1
0
mirror of https://github.com/Grasscutters/Grasscutter.git synced 2025-03-14 22:57:18 +08:00
Grasscutter/proto/VehicleInteractType.proto

10 lines
182 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
enum VehicleInteractType {
VEHICLE_INTERACT_NONE = 0;
VEHICLE_INTERACT_IN = 1;
VEHICLE_INTERACT_OUT = 2;
}