Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Barotrauma
|
||||
fadeOutRoutine = CoroutineManager.StartCoroutine(FadeOutColors(Config.DeadEntityColorFadeOutTime));
|
||||
}
|
||||
|
||||
private IEnumerable<object> FadeOutColors(float time)
|
||||
private IEnumerable<CoroutineStatus> FadeOutColors(float time)
|
||||
{
|
||||
float timer = 0;
|
||||
while (timer < time)
|
||||
|
||||
Reference in New Issue
Block a user