mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-16 10:32:58 +08:00
Add Resources update tool
This commit is contained in:
10
Source/GrasscutterTools/Game/Props/ItemUseData.cs
Normal file
10
Source/GrasscutterTools/Game/Props/ItemUseData.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace GrasscutterTools.Game.Props
|
||||
{
|
||||
internal class ItemUseData
|
||||
{
|
||||
[JsonProperty("useParam")]
|
||||
public string[] UseParam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user