PlayerMoneyComponent.cs 140 B

1234567
  1. namespace ET.Server
  2. {
  3. [ComponentOf(typeof (WNPlayer))]
  4. public class PlayerMoneyComponent: Entity, IAwake, IDestroy
  5. {
  6. }
  7. }