swiftlys2/docs/api/ai/
API Reference Schemas

ISchemaFixedString

Interface
Namespace: SwiftlyS2.Shared.Schemas · Assembly: SwiftlyS2.CS2.dll
public interface ISchemaFixedString : ISchemaFixedArray<byte>, ISchemaField, INativeHandle, IFormattable
Implements ISchemaFixedArray<byte>, ISchemaField, INativeHandle, IFormattable
View source

Properties

Value

string Value { get; set; }
Property Value