mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 04:03:39 +00:00
6 lines
101 B
C++
6 lines
101 B
C++
#pragma once
|
|
#include "CommandPosition.hpp"
|
|
|
|
class CommandPositionFloat : public CommandPosition
|
|
{
|
|
}; |