Exemplo n.º 1
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.ints, 6, 0);
     ActionCommon.CreateActionField(ref actionField.heroObjects, 1, null);
     ActionCommon.CreateActionField(ref actionField.strings, 1, "");
     ActionCommon.CreateActionField(ref actionField.gameObjects, 1, null);
 }
Exemplo n.º 2
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.ints, 7, 0);
     ActionCommon.CreateActionField(ref actionField.heroObjects, 1, null);
     ActionCommon.CreateActionField(ref actionField.strings, 1, "");
     ActionCommon.CreateActionField(ref actionField.bools, 1, false);
 }
Exemplo n.º 3
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.heroProperties, 1, null);
 }
Exemplo n.º 4
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.ints, 1, 0);
     ActionCommon.CreateActionField(ref actionField.strings, 1, "");
 }
Exemplo n.º 5
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.heroObjects, 1, null);
 }
Exemplo n.º 6
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.bools, 1, false);
 }
Exemplo n.º 7
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.ints, 3, 0);
 }
Exemplo n.º 8
0
 public void Init(ref HeroActionField actionField)
 {
     ActionCommon.CreateActionField(ref actionField.colors, 1, new Color(0, 0, 0));
 }