connections
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace NodeWar;
|
||||
namespace NodeWar.scripts;
|
||||
|
||||
public static class Extensions
|
||||
{
|
||||
public static float ToFloat(this double value)
|
||||
{
|
||||
return (float)value;
|
||||
}
|
||||
public static float ToFloat(this double value)
|
||||
{
|
||||
return (float)value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user