Style Slasher
A dressup combat roguelike created by Scrungle Studios for the 2025 Swinburne Capstone project.
ScrungleManager Class Reference
Inheritance diagram for ScrungleManager:
Inheritance graph
Collaboration diagram for ScrungleManager:
Collaboration graph

Private Member Functions

void Start ()
 
void Update ()
 
void ResetTimer ()
 

Private Attributes

MapManager _mapManager
 
Transform _scrunglePrefab
 
float _timer
 
float _baseCooldown = 3f
 
float _cooldownVariance = 2f
 

Member Function Documentation

◆ ResetTimer()

void ScrungleManager.ResetTimer ( )
private

◆ Start()

void ScrungleManager.Start ( )
private

◆ Update()

void ScrungleManager.Update ( )
private
Here is the call graph for this function:

Member Data Documentation

◆ _baseCooldown

float ScrungleManager._baseCooldown = 3f
private

◆ _cooldownVariance

float ScrungleManager._cooldownVariance = 2f
private

◆ _mapManager

MapManager ScrungleManager._mapManager
private

◆ _scrunglePrefab

Transform ScrungleManager._scrunglePrefab
private

◆ _timer

float ScrungleManager._timer
private

The documentation for this class was generated from the following file: