14 lines
297 B
C#
14 lines
297 B
C#
using System;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x02000187 RID: 391
|
|
public class NonMaskImage : Image
|
|
{
|
|
// Token: 0x06000DDF RID: 3551 RVA: 0x000418E8 File Offset: 0x00040AE8
|
|
public override Material GetModifiedMaterial(Material baseMaterial)
|
|
{
|
|
return baseMaterial;
|
|
}
|
|
}
|