Refactor game state management to use a unified Stat system and update UI labels for production and corruption
This commit is contained in:
@@ -8,4 +8,9 @@ public partial class DestroySelfEffect : Effect
|
||||
public override void Execute(GameState gameState)
|
||||
{
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user