mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-12-01 17:52:40 -05:00
Fixed #373
This commit is contained in:
@ -205,7 +205,7 @@ namespace AssetStudio
|
||||
public class ImportedKeyframedAnimation
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public float SampleRate { get; set; }
|
||||
public List<ImportedAnimationKeyframedTrack> TrackList { get; set; }
|
||||
|
||||
public ImportedAnimationKeyframedTrack FindTrack(string path)
|
||||
|
||||
Reference in New Issue
Block a user