thepaperpilot
14a570c17b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 36m50s
20 lines
No EOL
594 B
Markdown
20 lines
No EOL
594 B
Markdown
---
|
|
alias: "Microtransactions, IAP, In-App Purchases"
|
|
public: "true"
|
|
slug: "mtx"
|
|
title: "MTX"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">MTX</h1>
|
|
<p>10 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
> Referenced by: [Premium Currency](/garden/premium-currency/index.md), [Video Game Monetization](/garden/video-game-monetization/index.md)
|
|
|
|
Purchaseable items in video games that cost real life currencies |