ISchemaClass
Interface ISchemaClass
Namespace: SwiftlyS2.Shared.Schemas
Assembly: SwiftlyS2.CS2.dll
public interface ISchemaClass : INativeHandleImplements
Methods
As<K>()
Convert this handle to another type.
K As<K>() where K : ISchemaClass<K>Returns
- K — The converted handle.
Type Parameters
- K — The type to convert to.