GameManager etwas mehr gefüllt
This commit is contained in:
11
3d Prototyp/Assets/Scripts/Developer.cs
Normal file
11
3d Prototyp/Assets/Scripts/Developer.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Developer : MonoBehaviour
|
||||
{
|
||||
/// <summary>
|
||||
/// Gibt die Effizienz des Entwicklers in Prozent zurück.
|
||||
/// </summary>
|
||||
public float Efficiency => 1.0f;
|
||||
}
|
||||
Reference in New Issue
Block a user