mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-08 08:38:23 +08:00
Clean up all code using CodeMaid
This commit is contained in:
@@ -62,4 +62,4 @@ namespace GrasscutterTools.Game.Activity
|
||||
[JsonProperty("endTime")]
|
||||
public DateTime EndTime { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,4 +29,4 @@ namespace GrasscutterTools.Game.Activity
|
||||
[JsonProperty("nameTextMapHash")]
|
||||
public string NameTextMapHash { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,4 +29,4 @@ namespace GrasscutterTools.Game.CutScene
|
||||
[JsonProperty("path")]
|
||||
public string Path { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,4 +29,4 @@ namespace GrasscutterTools.Game.Dungeon
|
||||
[JsonProperty("nameTextMapHash")]
|
||||
public string NameTextMapHash { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -71,7 +71,8 @@ namespace GrasscutterTools.Game
|
||||
{
|
||||
get
|
||||
{
|
||||
foreach (var map in Values) {
|
||||
foreach (var map in Values)
|
||||
{
|
||||
var n = map[id];
|
||||
if (n != ItemMap.EmptyName)
|
||||
return n;
|
||||
|
||||
Reference in New Issue
Block a user