mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-22 22:07:59 +01:00
12 lines
No EOL
288 B
C#
12 lines
No EOL
288 B
C#
// Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// GameDataEditor.GDE2DListItemKeys
|
|
|
|
namespace GameDataEditor
|
|
{
|
|
public class GDE2DListItemKeys
|
|
{
|
|
public static string TwoDList_DevItem = "DevItem";
|
|
|
|
public static string TwoDListCustom_custom = "custom";
|
|
}
|
|
} |