9 lines
374 B
C#
9 lines
374 B
C#
namespace AibisDream
|
|
{
|
|
public static class FixAssetRef
|
|
{
|
|
public const string EyeCoverOpenA = "Sprite/视觉模块盖子[视觉模块盖子打开A]";
|
|
public const string EyeCoverOpenB = "Sprite/视觉模块盖子[视觉模块盖子打开B]";
|
|
public const string EyeCoverClose = "Sprite/视觉模块盖子[视觉模块盖子关闭]";
|
|
}
|
|
} |