Reworked the dialogue system
Now the dialogue can use tags to add special effects Reorganized project structure, updating may require adding some using statements
This commit is contained in:
parent
95bad523b9
commit
0e8b8b1835
25 changed files with 1912 additions and 1266 deletions
|
@ -75,7 +75,7 @@ namespace SimpleTools.Timer{
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Pause and sets the time to the default one
|
||||
/// Pause and sets the time to the defaultOne
|
||||
/// </summary>
|
||||
public void ResetTimer(){
|
||||
isPaused = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue