scripts
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.CSSLayout
|
||||
{
|
||||
// Token: 0x02000518 RID: 1304
|
||||
internal struct CSSSize
|
||||
{
|
||||
// Token: 0x040012D8 RID: 4824
|
||||
public float width;
|
||||
|
||||
// Token: 0x040012D9 RID: 4825
|
||||
public float height;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user