NetOuterComponent.cs 78 B

123456
  1. namespace Model
  2. {
  3. public class NetOuterComponent: NetworkComponent
  4. {
  5. }
  6. }