mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
11 lines
206 B
C#
11 lines
206 B
C#
namespace Lantean.QBTMudBlade.Components.Options
|
|
{
|
|
public partial class SpeedOptions : Options
|
|
{
|
|
protected override bool SetOptions()
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|