"packages/KeraLua.1.0.8/LICENSE" did not exist on "f493fd0616e2829a76d8f85d6d3007ff74f20da6"
Unverified Commit 469c964b authored by Vinicius Jarina's avatar Vinicius Jarina Committed by GitHub
Browse files

Cleanup tests. (#277)

parent 5e9a190a
namespace NLuaTest.TestTypes
{
public static class VectorExtension
{
public static double Length(this Vector v)
{
return v.x * v.x + v.y * v.y;
}
}
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment