scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x0200005A RID: 90
|
||||
public enum LightmapsModeLegacy
|
||||
{
|
||||
// Token: 0x04000073 RID: 115
|
||||
Single,
|
||||
// Token: 0x04000074 RID: 116
|
||||
Dual,
|
||||
// Token: 0x04000075 RID: 117
|
||||
Directional
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user