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

Public Member Functions

int GetSeed ()
 

Public Attributes

int _randomSeed
 

Properties

RandomSeedManager Instance [get, private set]
 

Private Member Functions

void Awake ()
 

Private Attributes

bool _useRandomSeed = false
 

Member Function Documentation

◆ Awake()

void Slasher.Random.RandomSeedManager.Awake ( )
private

◆ GetSeed()

int Slasher.Random.RandomSeedManager.GetSeed ( )

Member Data Documentation

◆ _randomSeed

int Slasher.Random.RandomSeedManager._randomSeed

◆ _useRandomSeed

bool Slasher.Random.RandomSeedManager._useRandomSeed = false
private

Property Documentation

◆ Instance

RandomSeedManager Slasher.Random.RandomSeedManager.Instance
getprivate set

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