Esempio n. 1
0
        public override void OnLoad()
        {
            SpawnPoint.X = X;
            SpawnPoint.Y = Y;
            SpawnPoint.Z = Z;
            SpawnHeading = Heading;
            if (EvtInterface == null)
            {
                EvtInterface = new EventInterface(this);
            }

            AiInterface.Load();
            base.OnLoad();
        }