Example #1
0
		private void InitServerEntity(ref ToeEntity toeEntity, int index)
		{
			toeEntity.Id = new ToeEntityId(index, 0);
		}
Example #2
0
		private void InitClientEntity(ref ToeEntity toeEntity, int index)
		{
			toeEntity.Id = new ToeEntityId(index, 0);
		}