9 lines
98 B
C#
9 lines
98 B
C#
namespace AmplifyImpostors
|
|
{
|
|
public enum FolderMode
|
|
{
|
|
RelativeToPrefab = 0,
|
|
Global = 1
|
|
}
|
|
}
|