9 lines
223 B
C#
9 lines
223 B
C#
namespace Athena.Resources
|
|
{
|
|
internal static class ResourceNames
|
|
{
|
|
public const string EntryStoryboardName = "InTransition";
|
|
public const string ExitStoryboardName = "OutTransition";
|
|
}
|
|
}
|