mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
Add pretty messjage
This commit is contained in:
13
lang/Jailbreak.English/LastRequest/GunTossLocale.cs
Normal file
13
lang/Jailbreak.English/LastRequest/GunTossLocale.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using CounterStrikeSharp.API.Core;
|
||||
using Jailbreak.Formatting.Base;
|
||||
using Jailbreak.Formatting.Views.LastRequest;
|
||||
|
||||
namespace Jailbreak.English.LastRequest;
|
||||
|
||||
public class GunTossLocale : LastRequestLocale, ILRGunTossLocale {
|
||||
public IView PlayerThrewGunDistance(CCSPlayerController player, float dist) {
|
||||
return new SimpleView {
|
||||
{ PREFIX, player, "threw their gun ", dist, " units." }
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user