Prototype new music player

This commit is contained in:
Paul Chote
2010-08-14 14:05:32 +12:00
parent 3f3ac377b2
commit 1aa4f57a68
5 changed files with 96 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ namespace OpenRA.GameRules
{
public readonly string Filename = null;
public readonly string Title = null;
public readonly float Length = 0; // seconds
public readonly int Length = 0; // seconds
public MusicInfo( string key, MiniYaml value )
{