repo.or.cz
/
18plus-7leafadventure.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix hair, dick around with new game screen.
[18plus-7leafadventure.git]
/
src
/
org
/
sevenchan
/
dongs
/
Material.as
blob
07abf5da5abbcd0ce14c6b3dee2af4fb89047100
1
package
org
.
sevenchan
.
dongs
2
{
3
/**
4
* ...
5
* @author Harbinger
6
*/
7
public
class
Material
8
{
9
public static
const
NO_MATERIAL_MODIFIER
:
Material
=
new
Material
();
10
11
public
function
Material
()
12
{
13
14
}
15
16
}
17
18
}