diff --git a/ssc/binary.cs b/ssc/binary.cs index f475837..ba1cd4d 100644 --- a/ssc/binary.cs +++ b/ssc/binary.cs @@ -439,6 +439,9 @@ namespace arookas { mOffset = offset; } + public static implicit operator sunPoint(uint offset) { + return new sunPoint(offset); + } public static implicit operator uint(sunPoint point) { return point.mOffset; }