Soil anchor was added
This commit is contained in:
@@ -23,5 +23,6 @@
|
||||
public static string ErrorOfExuting => "#0017: Error of executing";
|
||||
public static string ExpectedWas(System.Type expected, System.Type was) => $"{DataIsInCorrect}: Expected {expected}, but was {was}";
|
||||
public static string ExpectedWas(System.Type expected, object obj) => ExpectedWas(expected, obj.GetType());
|
||||
public static string NullReference => "#0018: Null reference";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user