Skip to content

Commit

Permalink
Remove Unused Proto
Browse files Browse the repository at this point in the history
  • Loading branch information
StopWuyu committed Aug 15, 2024
1 parent cd98bb6 commit 2fee530
Show file tree
Hide file tree
Showing 225 changed files with 70 additions and 75,498 deletions.
379 changes: 0 additions & 379 deletions src/generated/main/emu/lunarcore/proto/AIAFLIFPJFPOuterClass.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public int getNumber() {
/**
* @return a converter that maps between this enum's numeric and text representations
*/
public static ProtoEnum.EnumConverter<AvatarType> converter() {
public static EnumConverter<AvatarType> converter() {
return AvatarTypeConverter.INSTANCE;
}

Expand All @@ -109,7 +109,7 @@ public static AvatarType forNumberOr(int number, AvatarType other) {
return value == null ? other : value;
}

enum AvatarTypeConverter implements ProtoEnum.EnumConverter<AvatarType> {
enum AvatarTypeConverter implements EnumConverter<AvatarType> {
INSTANCE;

private static final AvatarType[] lookup = new AvatarType[5];
Expand Down
Loading

0 comments on commit 2fee530

Please sign in to comment.