Ein bisschen rumgeeiert
This commit is contained in:
@ -148,6 +148,7 @@ public class Developer : MonoBehaviour
|
||||
_talkTimer = Random.Range(5.0f, 15.0f);
|
||||
_fingersLeft = _baseStats.Fingers;
|
||||
_privateContextBuffer = new CircularBuffer<string>(_maxPrivateContextBufferSize);
|
||||
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
Reference in New Issue
Block a user