- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- public class Load
- {
- public bool location { get; set; }
- public bool walls { get; set; }
- public bool beacons { get; set; }
- public bool zones { get; set; }
- }
|