DarkRewar / BaseTool

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

SerializedDictonary - Add Implicit/Explicit Cast from Dictonary to SerializedDictonary #100

Open AJulliard opened 4 months ago

AJulliard commented 4 months ago

When having

var myDictonary = new Dictonary<>();

And if we want to cast to SerializedDictonary, either (SerializedDictonary)myDictonary and myDictonary as SerializedDictonary work. It could be usefull to be able to do it :)