コード例 #1
0
ファイル: MicrobeEditorGUI.cs プロジェクト: Doomsdayrs/Thrive
    internal void OnNewCellClicked()
    {
        GUICommon.Instance.PlayButtonPressSound();

        editor.CreateNewMicrobe();
    }