Example #1
0
 protected override void Awake()
 {
     base.Awake();
     m_WatchValue = WatchData.AddWatchValue(new LabelWatchValue(() => { return("Player Slots: " + PlayerDataSlots.Count.ToString()); }));
 }