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

namespace XMainClient
{
	public enum ShareOpType
	{
		Share,
		Photo
	}
}