DarkRewar / BaseTool

A big library of basic tools that you might need in your Unity projects.
MIT License
41 stars 6 forks source link

Add a `Deck` class to handle cards #110

Open DarkRewar opened 3 weeks ago

DarkRewar commented 3 weeks ago

Create a Deck class, maybe serializable, that can contains a number of elements, can be shuffled, draw, etc...