mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 02:25:41 +00:00
(#7) Move sysnumerics Vector3 to child namespace
Avoids collision when importing both X10D.RandomExtensions and X10D.Unity.RandomExtensions
This commit is contained in:
parent
a32fe8cc4a
commit
60ebcedcb6
@ -3,7 +3,7 @@ using System;
|
||||
using System.Numerics;
|
||||
using X10D.SingleExtensions;
|
||||
|
||||
namespace X10D.RandomExtensions
|
||||
namespace X10D.RandomExtensions.SystemNumerics
|
||||
{
|
||||
public static partial class RandomExtensions
|
||||
{
|
Loading…
Reference in New Issue
Block a user