
Lethal Company
You are viewing a potentially older version of this package. View Latest Version

This mod was made for Twitch streamer Takerst.
com.github.zehsteam.TakeyGokuBracken.Api
// Takey Goku Bracken FlowermanAI/TakeyGokuBrackenBehaviour Pairs.
public static Dictionary<FlowermanAI, TakeyGokuBrackenBehaviour> EnemyControllerPairs { get; }
// Takey Goku Bracken spawn count.
public static int TakeyGokuBrackenSpawnCount { get; }
// If enabled, will force any spawned Goku Brackens to become Takey Goku Brackens.
// This will get reset automatically when the day ends.
public static bool ForceTakeyGokuBrackenSpawns { get; set; }
// If set to any value above -1, will temporarily override the Takey Goku Bracken max spawn count.
// This will get reset automatically when the day ends.
public static int ForceTakeyGokuBrackenMaxSpawnCount { get; set; }
// This must only be called on the Host/Server.
// Returns true if successful.
public static bool SetTakeyGokuBrackenOnServer(FlowermanAI flowermanAI) { }