意图初步
This commit is contained in:
@@ -17,5 +17,10 @@ namespace Continentis.MainGame.Card
|
||||
this.baseWeight = owner.cardData.baseWeight;
|
||||
this.currentWeight = baseWeight;
|
||||
}
|
||||
|
||||
public void RefreshCurrentWeight()
|
||||
{
|
||||
this.currentWeight = baseWeight;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user