summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ECombineMatType.cs
blob: 8287873aadaea296c3cd66401d865cd1a117b908 (plain)
1
2
3
4
5
6
7
8
9
10
using System;

namespace XMainClient
{
	public enum ECombineMatType
	{
		ECombined,
		EIndependent
	}
}