D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
161 Bytes
class AIAgent : Managed
{
private void AIAgent();
private void ~AIAgent();
proto native void SetKeepInIdle(bool enable);
proto native AIGroup GetGroup();
}