@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using Ichni.Editor;
|
||||
@@ -53,7 +54,7 @@ namespace Ichni.RhythmGame
|
||||
public void SaveBM()
|
||||
{
|
||||
matchedBM = new ProjectInformation_BM(projectName, creatorName, "0.1.0",
|
||||
createTime, lastSaveTime, selectedThemeBundleList, tagManager);
|
||||
createTime, DateTime.Now.ToString(CultureInfo.CurrentCulture), selectedThemeBundleList, tagManager);
|
||||
}
|
||||
|
||||
public void SetUpInspector()
|
||||
|
||||
Reference in New Issue
Block a user