Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using Nicklaj.SimpleSOAP;
- using UnityEngine;
- [CreateAssetMenu]
- public class ThingSet : RuntimeSetBase<Thing>
- {
- protected override void OnReset()
- {
- if(Items != null && Items.Count > 0)
- {
- Items.Clear();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement