docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
namespace BSContainer
|
||||
{
|
||||
enum class ForEachResult
|
||||
{
|
||||
kContinue = 0x0,
|
||||
kStop = 0x1
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user