コード例 #1
0
ファイル: DecisionManager.cs プロジェクト: renantdesouza/CSC
 private void Awake()
 {
     _currentDecision = Service.LoadSave().currentDecision;
 }