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