Files
test/source/gameengine/PyDoc/CPropValue.py

9 lines
135 B
Python
Raw Normal View History

#
# Documentation for CValue class
from CValue import *
class CPropValue(CValue):
"""
This class has no python functions
"""
pass