code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -20,6 +20,7 @@ public abstract class EncoderBase : IEncoder
|
||||
},
|
||||
Name
|
||||
};
|
||||
|
||||
public virtual FrameState NextState(FrameState currentState) => currentState;
|
||||
|
||||
public abstract string Name { get; }
|
||||
|
||||
Reference in New Issue
Block a user