Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Data
- {
- }
- public class GunShooter
- {
- }
- public class Follower
- {
- }
- public class Unit
- {
- }
- public class UnitRepository
- {
- public IReadOnlyCollection<Unit> Units { get; private set; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement