DoopelPonger
|
Provider that reads in all files that end in .pattern within the Unity streaming assets directory. More...
Public Member Functions | |
override CoopBaseActionPattern | GetActionPattern () |
override void | Init () |
Set up anything needed to create the action pattern. More... | |
Provider that reads in all files that end in .pattern within the Unity streaming assets directory.
This class reads in all the files and will pick one at random when the GetActionPatterns method is called. The call also makes sure that the last pattern returned won't be returned a second time in a row.
|
virtual |
Implements CoopAbstractActionPatternProvider.
|
virtual |
Set up anything needed to create the action pattern.
Implements CoopAbstractActionPatternProvider.