Fixed bug in PowerBase initialization
This commit is contained in:
parent
b031ed3db7
commit
4005878930
|
@ -8,7 +8,7 @@ namespace GameDev.CoreSystems
|
|||
|
||||
public void SetMaxPower(int newValue);
|
||||
|
||||
public void SetConfig(SoPowerConfig config);
|
||||
public void Initialize(SoPowerConfig config);
|
||||
|
||||
public int GetMaxPower();
|
||||
|
||||
|
|
Loading…
Reference in New Issue