mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-20 13:20:06 +08:00
7 lines
147 B
C#
7 lines
147 B
C#
|
namespace net.fushizen.modular_avatar.core.editor
|
|||
|
{
|
|||
|
public static class Version
|
|||
|
{
|
|||
|
public const string VERSION = "0.0.1";
|
|||
|
}
|
|||
|
}
|