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

namespace XMainClient
{
	internal class FWnode
	{
		public List<FWchildNode> m_childs;
	}
}