Elin Modding Docs Doc
Loading...
Searching...
No Matches
TraitStatue.cs
1using System;
2
3// Token: 0x020003FB RID: 1019
4public class TraitStatue : TraitFigure
5{
6 // Token: 0x06001D84 RID: 7556 RVA: 0x000ABF7A File Offset: 0x000AA17A
7 public override int GetMatColor()
8 {
9 return this.owner.colorInt * -1;
10 }
11}