Skip to content

Commit e414964

Browse files
committed
Updated libraries
1 parent 6cc4a3b commit e414964

7 files changed

Lines changed: 5 additions & 0 deletions

File tree

Assets/Plugins/x64/gzBase64.dll

123 KB
Binary file not shown.
3.5 KB
Binary file not shown.
4.5 KB
Binary file not shown.
2.5 KB
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Assets/Saab/GizmoSDK/GizmoBase/DynamicType.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,11 @@ public bool IsVoid()
410410
return Is("void");
411411
}
412412

413+
public bool IsError()
414+
{
415+
return Is("error");
416+
}
417+
413418

414419
public string GetDynamicType()
415420
{

0 commit comments

Comments
 (0)