replace v6 with experimental v7 code
This commit is contained in:
11
src/MpvNet/Global.cs
Normal file
11
src/MpvNet/Global.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace MpvNet;
|
||||
|
||||
public static class Global
|
||||
{
|
||||
public static readonly string BR = Environment.NewLine;
|
||||
public static readonly string BR2 = Environment.NewLine + Environment.NewLine;
|
||||
public static readonly MainPlayer Player = new MainPlayer();
|
||||
public static readonly MainPlayer Core = Player; // backward compatibility
|
||||
public static readonly AppClass App = new AppClass();
|
||||
}
|
||||
Reference in New Issue
Block a user