aiagent.c 161 B

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