24b81cb
1
2
3
4
5
6
7
8
class AIAgent : Managed { private void AIAgent(); private void ~AIAgent(); proto native void SetKeepInIdle(bool enable); proto native AIGroup GetGroup(); }