scripts
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace UnityEngine.CSSLayout
|
||||
{
|
||||
// Token: 0x0200050E RID: 1294
|
||||
internal static class CSSLogger
|
||||
{
|
||||
// Token: 0x06003C61 RID: 15457 RVA: 0x0006ABB0 File Offset: 0x00068DB0
|
||||
public static void Initialize()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040012BB RID: 4795
|
||||
public static CSSLogger.Func Logger = null;
|
||||
|
||||
// Token: 0x0200050F RID: 1295
|
||||
// (Invoke) Token: 0x06003C64 RID: 15460
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public delegate void Func(CSSLogLevel level, string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user