mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-13 11:46:01 +02:00
Moving BeefMem
This commit is contained in:
parent
b3487d733b
commit
65bf1915af
337 changed files with 0 additions and 4 deletions
11
BeefTools/MemProfiler/Images.bf
Normal file
11
BeefTools/MemProfiler/Images.bf
Normal file
|
@ -0,0 +1,11 @@
|
|||
using Beefy.gfx;
|
||||
|
||||
namespace Mercury
|
||||
{
|
||||
class Images
|
||||
{
|
||||
public static Image sGrass ~ delete _;
|
||||
public static Image[,] sPeople ~ DeleteContainerAndItems!(_);
|
||||
public static Image sStone ~ delete _;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue