The FlaxEngine comes with a class full of assertion functions `FlaxEngine.Assertions.Assert`. So we don't really need to ship our own. The only exception here is the pass assertion. `public static void Pass() => throw new SuccessException();`
The FlaxEngine comes with a class full of assertion functions
FlaxEngine.Assertions.Assert. So we don't really need to ship our own.The only exception here is the pass assertion.
public static void Pass() => throw new SuccessException();