addded more types, some are unfinished, ill come back to these tomorrow
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// namespace Types.Models.Spt.Controllers;
|
||||
//
|
||||
// public class BotController
|
||||
// {
|
||||
// export interface IBotController {
|
||||
// getBotLimit(type: string): number;
|
||||
// getBotDifficulty(type: string, difficulty: string): IBotCore | IDifficultyCategories;
|
||||
// isBotPmc(botRole: string): boolean;
|
||||
// isBotBoss(botRole: string): boolean;
|
||||
// isBotFollower(botRole: string): boolean;
|
||||
// generate(info: IGenerateBotsRequestData, playerScav: boolean): IBotBase[];
|
||||
// getBotCap(): number;
|
||||
// }
|
||||
// }
|
||||
|
||||
// TODO: implement in C#
|
||||
Reference in New Issue
Block a user