chunk 2: remaining non-audio non-NewImport assets
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FirstGearGames.SmoothCameraShaker
|
||||
{
|
||||
[System.Serializable, System.Flags]
|
||||
public enum InvertibleAxes : int
|
||||
{
|
||||
X = 1,
|
||||
Y = 2,
|
||||
Z = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user