Skip to content

CCGeneric

Base class for Generic functions.

Inherits MonoBehaviour

Public Member Functions

void

Apply(CCMessageGeneric messageGeneric)

Applies the received generic message to the generic's keys and values

KeyValuePair []

Data()

List of all data as key / value pairs

Protected Functions

abstract

void

OnTrigger(KeyValuePair param)

Ran when new generic information is assigned.