mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-15 10:11:35 +08:00
Clean up all files
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
{
|
||||
public GameCommand(string name, string command)
|
||||
{
|
||||
Name=name;
|
||||
Command=command;
|
||||
Name = name;
|
||||
Command = command;
|
||||
}
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Command { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user