Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
MatColors.cs
Go to the documentation of this file.
1using System;
2using UnityEngine;
3
4[Serializable]
5public class MatColors
6{
7 public Color main;
8
9 public Color alt;
10}
Color main
Definition: MatColors.cs:7
Color alt
Definition: MatColors.cs:9