Exemplo n.º 1
0
 void OnUnlock(BlaConfig onUnlock)
 {
     onUnlock._CALLED++;
     MDebug.Log("Unlocked " + onUnlock.foo.FOO + " " + onUnlock._CALLED);
 }
Exemplo n.º 2
0
 int getunlock(BlaConfig c)
 {
     return(c.requirement);
 }
Exemplo n.º 3
0
 string getid(BlaConfig c)
 {
     return(c.foo.FOO);
 }
Exemplo n.º 4
0
 public void Foo(BlaConfig bla)
 {
     MDebug.Log(bla.requirement.ToString());
 }