Removed name from namespaces.

This commit is contained in:
Alexander Filippov
2021-08-16 04:45:10 +02:00
parent c2bd33729a
commit b0ba9167cf
18 changed files with 39 additions and 39 deletions

View File

@ -1,23 +1,6 @@
// https://garry.tv/timesince
//TimeSince ts;
//void Start()
//{
// ts = 0;
//}
//void Update()
//{
// if (ts > 10)
// {
// DoSomethingAfterTenSeconds();
// }
//}
using UnityEngine;
namespace Agoxandr.Utils
namespace Utils
{
public struct TimeSince
{
@ -34,3 +17,20 @@ namespace Agoxandr.Utils
}
}
}
// https://garry.tv/timesince
//TimeSince ts;
//void Start()
//{
// ts = 0;
//}
//void Update()
//{
// if (ts > 10)
// {
// DoSomethingAfterTenSeconds();
// }
//}