Exemplo n.º 1
0
 protected override void Initialize()
 {
     ContentRoot = "../../assets";
     iodine = new IodineVM (this);
     var script = Content.Load<IodineScript> ("test");
     iodine.LoadLive (script);
     iodine.Call ("initialize", this);
 }
Exemplo n.º 2
0
        protected override void Initialize()
        {
            ContentRoot = "../../assets";
            iodine      = new IodineVM(this);
            var script = Content.Load <IodineScript> ("test");

            iodine.LoadLive(script);
            iodine.Call("initialize", this);
        }