Пример #1
0
    public override void execute()
    {
        CommandCharacterNotifyReady cmd = newCmd(out cmd);

        cmd.mReady = mReady.mValue;
        pushCommand(cmd, mCharacterManager.getCharacter(mPlayerGUID.mValue));
    }
Пример #2
0
    public override void execute()
    {
        CommandCharacterNotifyReady cmd = mCommandSystem.newCmd <CommandCharacterNotifyReady>();

        cmd.mReady = mReady.mValue;
        mCommandSystem.pushCommand(cmd, mCharacterManager.getCharacterByGUID(mPlayerGUID.mValue));
    }