Advertisement
Pro_Unit

AssetReferenceAudioClip.cs

Jun 4th, 2025
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. [Serializable]
  2. public class AssetReferenceAudioClip : AssetReferenceT<AudioClip>
  3. {
  4.     public AssetReferenceAudioClip(string guid) : base(guid) { }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement