mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-22 20:41:08 +08:00
Renamed all references to a certain game
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package emu.grasscutter.server.packet.send;
|
||||
|
||||
import emu.grasscutter.net.packet.GenshinPacket;
|
||||
import emu.grasscutter.net.packet.BasePacket;
|
||||
import emu.grasscutter.net.packet.PacketOpcodes;
|
||||
import emu.grasscutter.net.proto.AiSyncInfoOuterClass.AiSyncInfo;
|
||||
import emu.grasscutter.net.proto.EntityAiSyncNotifyOuterClass.EntityAiSyncNotify;
|
||||
|
||||
public class PacketEntityAiSyncNotify extends GenshinPacket {
|
||||
public class PacketEntityAiSyncNotify extends BasePacket {
|
||||
|
||||
public PacketEntityAiSyncNotify(EntityAiSyncNotify notify) {
|
||||
super(PacketOpcodes.EntityAiSyncNotify, true);
|
||||
|
||||
Reference in New Issue
Block a user