Table of Contents

Interface IClassSource

Namespace
ElectricDrill.SoapRpgFramework.Classes
Assembly
com.electricdrill.soap-rpg-framework.Runtime.dll

Interface for objects that provide a source of a class. In RPG games, a class typically defines the role or profession of an entity, such as a warrior, mage, or rogue.

public interface IClassSource

Properties

Class

Gets the class.

Class Class { get; }

Property Value

Class