Interaktionen 2.0
This commit is contained in:
11
3d Prototyp/Assets/Scripts/Data/GottfriedData.cs
Normal file
11
3d Prototyp/Assets/Scripts/Data/GottfriedData.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Serialization;
|
||||
|
||||
namespace Data
|
||||
{
|
||||
[CreateAssetMenu(fileName = "GottfriedData", menuName = "DataObjects/GottfriedData", order = 0)]
|
||||
public class GottfriedData : ScriptableObject
|
||||
{
|
||||
[FormerlySerializedAs("Say_Impossible")] public AudioClip[] VoiceSayItsImpossible;
|
||||
}
|
||||
}
|
||||
3
3d Prototyp/Assets/Scripts/Data/GottfriedData.cs.meta
Normal file
3
3d Prototyp/Assets/Scripts/Data/GottfriedData.cs.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 62867debe01c41d89e01687ef2722fcd
|
||||
timeCreated: 1712430327
|
||||
Reference in New Issue
Block a user