Exemple #1
0
    // Use this for initialization
    void Start()
    {
        if (isLocalPlayer)
        {
            Instance = this;
        }

        //if (isLocalPlayer)
        //{
        //    CmdSpawnMimions(0, null, this.transform.position + this.transform.forward * 5f, this.transform.position + this.transform.forward * 50f);
        //}
    }
Exemple #2
0
 public void RegisterRequirement(short type, SpawnTest test)
 {
 }
 public ColorRPC(SpawnTest outer)
 {
     this.outer = outer;
 }