コード例 #1
0
ファイル: ConsoleLog.cs プロジェクト: kindingerlek/ggj-2020
 public void Clear()
 {
     LogHistory.Clear();
     OnClear?.Invoke();
 }