mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-05 05:26:28 +03:00
style: move root namespace to TeamOctolings.Octobot
This commit is contained in:
parent
19fadead91
commit
3e6240f4b8
61 changed files with 421 additions and 441 deletions
|
@ -0,0 +1,8 @@
|
|||
namespace TeamOctolings.Octobot.Attributes;
|
||||
|
||||
/// <summary>
|
||||
/// Any property marked with <see cref="StaticCallersOnlyAttribute"/> should only be accessed by static methods.
|
||||
/// Such properties may be used to provide dependencies where it is not possible to acquire them through normal means.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public sealed class StaticCallersOnlyAttribute : Attribute;
|
Loading…
Add table
Add a link
Reference in a new issue