17 lines
433 B
C#
17 lines
433 B
C#
namespace Gameplay.Common
|
|
{
|
|
public static class PathDefine
|
|
{
|
|
|
|
public static class RoadLine
|
|
{
|
|
|
|
public const string END_NOTICE = "Assets/Art/Other/hud/EndNotice.prefab";
|
|
|
|
public const string ROAD_LINE = "Assets/Art/Other/hud/RoadLine.prefab";
|
|
public const string ROAD_LINE_STRAIGHT = "Assets/Art/Other/hud/RoadLine_Straight.prefab";
|
|
}
|
|
|
|
}
|
|
}
|