Class LocalizationInitializedEvent
Inheritance
LocalizationInitializedEvent
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public class LocalizationInitializedEvent : LocalizationEvent, IEvent
Constructors
|
Edit this page
View Source
LocalizationInitializedEvent(bool, Exception)
Declaration
public LocalizationInitializedEvent(bool isSuccess, Exception error = null)
Parameters
Properties
|
Edit this page
View Source
Error
Declaration
public Exception Error { get; }
Property Value
|
Edit this page
View Source
IsSuccess
Declaration
public bool IsSuccess { get; }
Property Value
Implements
Extension Methods