Class BoxedString
A boxed string element that is readable, writable, equatable, and can be persisted as a scriptable object.
Inherited Members
Namespace: FasterGames.Whiskey.Boxes
Assembly: cs.temp.dll.dll
Syntax
public class BoxedString : Box<string>, IEquatable<Box<string>>, IValueEquals<Box<string>>, IValueEquals<string>, IReadable<string>, IWritable<string>
Implements
IEquatable<>