Table of Contents

Class GameActionBase

Namespace
ElectricDrill.AstraRpgFramework.GameActions
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Non-generic base class for all GameAction<TContext> assets. Exists to allow Inspector fields typed to GameActionBase to accept any GameAction<TContext> regardless of its context type parameter — working around C# generic invariance.

public abstract class GameActionBase : ScriptableObject
Inheritance
object
GameActionBase
Derived
GameAction<TContext>