mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
Add hysteria gui
This commit is contained in:
@@ -16,6 +16,8 @@ namespace NekoRay {
|
||||
|
||||
class NaiveBean;
|
||||
|
||||
class HysteriaBean;
|
||||
|
||||
class CustomBean;
|
||||
|
||||
class ChainBean;
|
||||
@@ -63,6 +65,10 @@ namespace NekoRay {
|
||||
return (fmt::NaiveBean *) bean.get();
|
||||
};
|
||||
|
||||
[[nodiscard]] fmt::HysteriaBean *HysteriaBean() const {
|
||||
return (fmt::HysteriaBean *) bean.get();
|
||||
};
|
||||
|
||||
[[nodiscard]] fmt::CustomBean *CustomBean() const {
|
||||
return (fmt::CustomBean *) bean.get();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user