EventAI.ScriptAI.ScriptAI C# (CSharp) Method

ScriptAI() public method

Объявляет новый экземпляр класса
public ScriptAI ( ) : System
return System
        public ScriptAI()
        {
            EventParam  = new int[4];
            ActionType  = new int[3];
            ActionParam = new int[3, 3];
        }