mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
chore: initialize gregWiki standalone repository
This commit is contained in:
18
mods/framework.md
Normal file
18
mods/framework.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Framework
|
||||
sidebar_label: Framework
|
||||
---
|
||||
|
||||
The core `FrikaMF` runtime provides:
|
||||
|
||||
- Harmony patch integration for gameplay hooks
|
||||
- Event dispatch and stable event contracts
|
||||
- Native bridge for Rust modules
|
||||
- Shared game API abstractions for mod authors
|
||||
|
||||
## Core references
|
||||
|
||||
- [`Framework Features & Use Cases`](/wiki/wiki-import/Framework-Features-Use-Cases)
|
||||
- [`HOOKS`](/wiki/wiki-import/HOOKS)
|
||||
- [`FFI Bridge Reference`](/wiki/wiki-import/FFI-Bridge-Reference)
|
||||
- [`Mod Developer Debug`](/wiki/wiki-import/Mod-Developer-Debug)
|
||||
Reference in New Issue
Block a user