Click or drag to resize
AiName Property
Override this property to give your AI a name.

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public abstract string Name { get; }

Return Value

Type: String
The name of your AI.
See Also