Show / Hide Table of Contents

Class BaseTemplate

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
BaseTemplate
Namespace: BaseDefense
Assembly: BaseDefense.dll
Syntax
public class BaseTemplate : MonoBehaviour

Properties

Crystals

Declaration
public IEnumerable<Crystal> Crystals { get; }
Property Value
Type Description
IEnumerable<Crystal>

EnemyStations

Declaration
public IEnumerable<EnemyStation> EnemyStations { get; }
Property Value
Type Description
IEnumerable<EnemyStation>
In This Article
Back to top Generated by DocFX