scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x02000122 RID: 290
|
||||
public enum ParticleSystemSimulationSpace
|
||||
{
|
||||
// Token: 0x040002E8 RID: 744
|
||||
Local,
|
||||
// Token: 0x040002E9 RID: 745
|
||||
World,
|
||||
// Token: 0x040002EA RID: 746
|
||||
Custom
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user