예제 #1
0
    public void CmdCreateFire()
    {
        var fireball = spellcaster.CreateFire();

        NetworkServer.Spawn(fireball);
    }