Mnemoth42

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Rider wants to default to System.Random in Unity
Every time I introduce Random.Range(min, max) into a new cs file in Unity, if I'm not hypervigilant, Rider adds using Random = System.Random; to the usings clauses, and of course Random.Range bre... -
Created Renaming namespace on one class renames entire namespace
AnsweredWhat I'm trying to accomplish is extracting one class from a namespace... in this particular example, I want to move a class from RPG.Core to TkrainDesigns.Extensions I tried renaming the namespace...