Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     createEnviroment = gameObject.GetComponent <CreateEnviroment>();
     matrix           = createEnviroment.GetMatrix();
 }
Ejemplo n.º 2
0
 public ExecutionResult Create(CreateEnviroment command)
 {
     return(Execute(command));
 }
Ejemplo n.º 3
0
 public ExecutionResult Create(CreateEnviroment command)
 {
     return Execute(command);
 }