コード例 #1
0
    protected override void PendStateImpl(byte device, byte control, byte state)
    {
        if (owner.isBoundToClient == false)
        {
            return;
        }

        AXRServerPlugin.PendInputState(owner.playerID, device, control, state);
    }