Table of Contents
An embedded JSON resource belonging to mod T.
public class JsonResource<T> : BTD_Mod_Helper.Api.Data.Resource
where T : BTD_Mod_Helper.BloonsMod
T
Inheritance System.Object Resource JsonResource
An embedded JSON resource belonging to mod T.
public JsonResource(string name);
name System.String
The parsed Newtonsoft.Json.Linq.JObject contents of this resource.
public virtual JObject Json { get; }
Implicit conversion to Newtonsoft.Json.Linq.JObject.
public static JObject implicit operator JObject(BTD_Mod_Helper.Api.Data.JsonResource<T> resource);
resource BTD_Mod_Helper.Api.Data.JsonResource<T>
Implicit conversion to the resource's name
public static string implicit operator string(BTD_Mod_Helper.Api.Data.JsonResource<T> resource);
resource BTD_Mod_Helper.Api.Data.JsonResource<T>