Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Basis/Packages/com.basis.shim/Shims/CilboxAvatarBasis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class CilboxAvatarBasis : Cilbox
"System.Boolean",
"System.Buffer",
"System.Byte",
"System.SByte",
"System.Char",
"System.Collections.Generic.*",
"System.Convert", // HMMMMMMMMM SUSSY
Expand All @@ -52,10 +53,15 @@ public class CilboxAvatarBasis : Cilbox
"System.Diagnostics.Stopwatch",
"System.Double",
"System.Exception",
"System.Float",
"System.Int*",
"System.Long",
"System.ULong",
"System.Math",
"System.MathF",
"System.Object",
"System.Short",
"System.Ushort",
"System.Single",
"System.String",
"System.StringComparison",
Expand Down
6 changes: 6 additions & 0 deletions Basis/Packages/com.basis.shim/Shims/CilboxPropBasis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class CilboxPropBasis : Cilbox
"System.Boolean",
"System.Buffer",
"System.Byte",
"System.SByte",
"System.Char",
"System.Collections.Generic.*",
"System.Convert", // HMMMMMMMMM SUSSY
Expand All @@ -47,10 +48,15 @@ public class CilboxPropBasis : Cilbox
"System.Diagnostics.Stopwatch",
"System.Double",
"System.Exception",
"System.Float",
"System.Int*",
"System.Long",
"System.ULong",
"System.Math",
"System.MathF",
"System.Object",
"System.Short",
"System.Ushort",
"System.Single",
"System.String",
"System.StringComparison",
Expand Down
6 changes: 6 additions & 0 deletions Basis/Packages/com.basis.shim/Shims/CilboxSceneBasis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class CilboxSceneBasis : Cilbox
"System.BitConverter", // HMMMMMMMMM SUSSY
"System.Boolean",
"System.Byte",
"System.SByte",
"System.Buffer",
"System.Char",
"System.Collections.Generic.*",
Expand All @@ -59,17 +60,22 @@ public class CilboxSceneBasis : Cilbox
"System.Diagnostics.Stopwatch",
"System.Double",
"System.Exception",
"System.Float",
"System.Guid",
"System.IDisposable",
"System.Int*",
"System.IO.BinaryReader",
"System.IO.BinaryWriter",
"System.IO.MemoryStream",
"System.IO.Stream",
"System.Long",
"System.ULong",
"System.Math",
"System.MathF",
"System.Object",
"System.Random",
"System.Short",
"System.Ushort",
"System.Single",
"System.String",
"System.StringComparison",
Expand Down
Loading