You've already forked Darklings-FightingGame
mirror of
https://github.com/izzy2lost/Darklings-FightingGame.git
synced 2026-03-10 11:35:19 -07:00
11 lines
110 B
C#
11 lines
110 B
C#
|
|
|
|||
|
|
using System;
|
|||
|
|
|
|||
|
|
|
|||
|
|
[Serializable]
|
|||
|
|
public class SoundGroup3D : SoundGroup
|
|||
|
|
{
|
|||
|
|
public Sound3D[] sounds3D;
|
|||
|
|
}
|
|||
|
|
|