Example #1
0
    protected void Message_Shoot(string id, Vector3 force)
    {
        Debug.Log("Shoot " + id + " " + force.ToString());

        if (server_id != id)
        {
            ScriptManagePlayer.Shoot(id, force);
        }
    }