Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
whoops
Dieser Commit ist enthalten in:
Ursprung
80a59f7478
Commit
1c70776ed4
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2018 Velocity Contributors
|
||||||
|
*
|
||||||
|
* The Velocity API is licensed under the terms of the MIT License. For more details,
|
||||||
|
* reference the LICENSE file in the api top-level directory.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.velocitypowered.api.network;
|
package com.velocitypowered.api.network;
|
||||||
|
|
||||||
import com.velocitypowered.api.network.registry.Platform;
|
import com.velocitypowered.api.network.registry.Platform;
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2018 Velocity Contributors
|
||||||
|
*
|
||||||
|
* The Velocity API is licensed under the terms of the MIT License. For more details,
|
||||||
|
* reference the LICENSE file in the api top-level directory.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.velocitypowered.api.network.registry;
|
package com.velocitypowered.api.network.registry;
|
||||||
|
|
||||||
public interface Platform {
|
public interface Platform {
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2018 Velocity Contributors
|
||||||
|
*
|
||||||
|
* The Velocity API is licensed under the terms of the MIT License. For more details,
|
||||||
|
* reference the LICENSE file in the api top-level directory.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.velocitypowered.api.network.registry;
|
package com.velocitypowered.api.network.registry;
|
||||||
|
|
||||||
import com.velocitypowered.api.network.PlatformVersion;
|
import com.velocitypowered.api.network.PlatformVersion;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren