Exemplo n.º 1
0
    public void Do(GameDescriptor descriptor)
    {
        restore_hasBuy   = descriptor.HasBuy;
        restore_Resource = descriptor.GetPlayerInfo(Unit.TypeEnum.Bread, descriptor.Turn);

        descriptor.Buy(type, descriptor.Turn);
    }
Exemplo n.º 2
0
    public void Do(GameDescriptor descriptor)
    {
        restore_hasBuy = descriptor.HasBuy;
        restore_Resource = descriptor.GetPlayerInfo(Unit.TypeEnum.Bread, descriptor.Turn);

        descriptor.Buy(type, descriptor.Turn);
    }