Esempio n. 1
0
        public override void Init(tso.simantics.VMContext context)
        {
            base.Init(context);
            //context.World.AddComponent(this.WorldUI);

            /** Aquarium, we will allow the load and main functions to run for this object **/
        }
Esempio n. 2
0
 public override void Init(tso.simantics.VMContext context)
 {
     base.Init(context);
     var testa = 0;
     //also run the main function of all people because i'm a massochist
     //ExecuteEntryPoint(1, context);
 }