Mnemoth42
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Mnemoth42 created a post, 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... -
Mnemoth42 commented, -
Mnemoth42 commented, -
Mnemoth42 created a post, AnsweredRenaming namespace on one class renames entire namespace
What 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...