Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
05a76d55f769a63f121453d87badbd83b368a670
OldThink/Content.Shared/GameObjects/Verbs/VerbCategories.cs

14 lines
375 B
C#
Raw Normal View History

Fancy Verb Menu & Verb API Refactor (#928)
2020-05-23 03:09:44 +02:00
namespace Content.Shared.GameObjects
{
/// <summary>
/// Standard verb categories.
/// </summary>
public static class VerbCategories
{
public static readonly VerbCategoryData Debug =
Re-organizing the Resources folder. Part 1. (#1234) * First commit * Lockers * Lockers electric boogaloo * Crates and Lockers * Almost finishing the Textures folder * Updating texture paths. Reminder to fix: * Lockers * Windows * Vending Machines * APC * Catwalks * Bedsheets and Cloaks * Status effects * dont know what happened here * Commit before merge * re-organizing * Lockers broken * Commit before merge * Submodule * renaming * Fixing most issues * forgot these ones * Updating submodule * typo * Fixing some paths * fixing some paths * updating submodule * (hopefully) fixing the submodule
2020-07-07 13:19:00 -04:00
("Debug", "/Textures/Interface/VerbIcons/debug.svg.96dpi.png");
Fancy Verb Menu & Verb API Refactor (#928)
2020-05-23 03:09:44 +02:00
public static readonly VerbCategoryData Rotate = ("Rotate", null);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1572ms Template: 185ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API