mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55: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";
|
|||
|
}
|
|||
|
}
|