ZX
This commit is contained in:
parent
47793719cb
commit
11c4bb9ebf
10
Code/Kal.cs
10
Code/Kal.cs
@ -71,8 +71,6 @@ public sealed class Kal : Component
|
|||||||
{
|
{
|
||||||
Controller.Punch(Vector3.Up * JumpStrength);
|
Controller.Punch(Vector3.Up * JumpStrength);
|
||||||
AnimationHelper?.TriggerJump();
|
AnimationHelper?.TriggerJump();
|
||||||
|
|
||||||
getLobbies();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!AnimationHelper.IsValid()) return;
|
if (!AnimationHelper.IsValid()) return;
|
||||||
@ -83,14 +81,6 @@ public sealed class Kal : Component
|
|||||||
AnimationHelper.IsGrounded = Controller.IsOnGround;
|
AnimationHelper.IsGrounded = Controller.IsOnGround;
|
||||||
}
|
}
|
||||||
|
|
||||||
async void getLobbies()
|
|
||||||
{
|
|
||||||
List<LobbyInformation> lobbies;
|
|
||||||
lobbies = await Networking.QueryLobbies("koptilnya.kakozuzo_2");
|
|
||||||
|
|
||||||
Log.Info(lobbies.Count);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void OnUpdate()
|
protected override void OnUpdate()
|
||||||
{
|
{
|
||||||
base.OnUpdate();
|
base.OnUpdate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user