我说次元斩
This commit is contained in:
@@ -40,6 +40,12 @@ namespace SLSUtilities.Feedback
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!data.CanPlay())
|
||||
{
|
||||
return null;
|
||||
}
|
||||
data.RecordPlay();
|
||||
|
||||
var player = new FeedbackPlayer(data, timeProvider, owner);
|
||||
player.Play();
|
||||
_activePlayers.Add(player);
|
||||
|
||||
Reference in New Issue
Block a user