added VoiceInfo stuff
This commit is contained in:
16
OpenRa.Game/GameRules/VoiceInfo.cs
Normal file
16
OpenRa.Game/GameRules/VoiceInfo.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenRa.Game.GameRules
|
||||
{
|
||||
class VoiceInfo
|
||||
{
|
||||
public readonly string[] SovietVariants = { ".aud" };
|
||||
public readonly string[] AlliedVariants = { ".aud" };
|
||||
public readonly string[] Select = {};
|
||||
public readonly string[] Move = {};
|
||||
public readonly string[] Attack = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user